An instrument knob record contains information about an instrument knob. It is defined by the InstKnobRec data type.
struct InstKnobRec {
long number;
long value;
};
typedef struct InstKnobRec InstKnobRec;